/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
	background-color: #5f5f5f;
	background-image: url(../img/header.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a { outline: none; }
:focus { -moz-outline-style: none; }

.floatLeft { float:left; }
.floatRight { float:right; }
.clearBoth { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.alignCenter { text-align:center; }

.paddingsmall { padding:3px; }
.padding { padding:10px; }
.paddingLeft { padding-left:10px; }
.paddingRight { padding-left:10px; }

.marginsmall { padding:3px; }
.margin { margin:10px; }
.marginLeft { margin-left:10px; }
.marginRight { margin-right:10px; }

.tiny { font-size:0.8em; line-height: 16px; }
.small { font-size:0.9em; line-height: 18px; }
.large { font-size:1.3em; line-height: 22px; }

.noMargin { margin:0; }
.noPadding { padding:0; }
.noBorder { border:none; }
.noBackground { background:none; }

.spacer { display:block; clear:both; height:20px; }
.spacerSmall { display:block; clear:both; height:5px; }

a:link, a:visited, a:active {
	color: #1165cf;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}

table td { vertical-align:top; }
table.data { line-height:19px; margin:0; padding:0; }
table.data th { font-weight:400; padding:2px; text-align:left; }
table.data tr td { padding:2px 3px 3px; }
table.data td, table.data th { line-height:20px; }
table.data h1, table.data h2, table.data h3, table.data h4, table.data h5 { padding-bottom:0; }

table.data { margin:1px 0 0 1px; }
table.data tr th, table.data tr th.alt { border-top:1px solid #eeeeee; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; border-left:1px solid #eeeeee; color: #000000; line-height: 20px; }
table.data tr th.alt { background:#f3f3f3; }
table.data tr td { color:#555555; background:#none; border-top:1px solid #ffffff; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; border-left:1px solid #ffffff; line-height: 20px; }
table.data tr.alt td { background:#f3f3f3; border-top:1px solid #ffffff; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; border-left:1px solid #ffffff; }
table.data tr td.alt { background:#f3f3f3; border-top:1px solid #ffffff; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; border-left:1px solid #ffffff; }
table.data tr.alt td.alt { background:#e5e5e5; border-top:1px solid #ffffff; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; border-left:1px solid #ffffff; }

.width100, .width75, .width50, .width75 { float:left; }
.width100 { width:100%; }
.width75 { width:75%; }
.width50 { width:50%; }
.width25 { width:25%; }

.icon { position:relative; top:3px; }
.color-swatch { width:23px; height:23px; border:1px solid #ffffff; }

h1, h2, h3, h4, h5 { font-weight:400; margin:0 0 5px; border-bottom:1px dotted orange; }
h1 { font-size:2.0em; padding-bottom:8px; color: #dd9900; }
h2 { font-size:1.6em; padding-bottom:7px; color: #dd9900; }
h3 { font-size:1.4em; padding-bottom:7px; color: #dd9900; }
h4 { font-size:1.2em; padding-bottom:5px; color: #dd9900; }
h5 { font-size:1.2em; padding-bottom:5px; color: #dd9900; }

td, th { vertical-align:top; }
#header-cont {
	width: 990px;
	height: 123px;
	margin: 0 auto;
}
#header {
	width: 990px;
	height: 97px;
	margin: 0 auto;
}
#logo {
	float: left;
	background-image: url(../img/logo-tcs-rpm-tireadmin.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 97px;
}
#logo h1 {
	display: none;
	background-repeat:no-repeat;
}
#logo h2 {
	display: none;
	background-repeat:no-repeat;
}
#account {
	text-align: right;
	float: right;
	width: 300px;
	height: 97px;
	padding-right: 35px;
	padding-top: 10px;
}
#navigation-cont {
	width: 970px;
	margin: 0 auto;
	position: absolute;
	top: -27px;
	left: -10px;
}
#sub-navigation-cont {
	height: 32px;
	background-image: url(../img/nav_bkg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #004fb2;
}

.scroller-left {
    background: transparent url(../img/scroll-left.gif) no-repeat 0 0;
    width:16px;
    position:absolute;
    height:17px;
    left:-20px;
    top:0;
    z-index:10;
    cursor:pointer;
}

.scroller-left:hover, .scroller-right:hover {
	background-position:left bottom;
}

.scroller-right {
    background: transparent url(../img/scroll-right.gif) no-repeat 0 0;
    width:16px;
    height:17px;
    position:absolute;
    right:5px;
    top:0;
    z-index:10;
    cursor:pointer;
}

#navigation {
	float: left;
	width: 933px;
	margin: 0 auto;
	font-size: 11px;
	line-height: normal;
	overflow:hidden;
	height:28px;
}
#navigation ul {
	margin: 0;
	padding: 0px 5px 0px 30px;
	list-style: none;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation a {
	height: 28px;
	float: left;
	background: url("../img/nav_tab_0_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 5px 0 8px;
	text-decoration: none;
	font:normal 16px 'Source Sans Pro', sans-serif;
}
#navigation a span {
	height: 28px;
	float: left;
	display: block;
	background: url("../img/nav_tab_0_right.gif") no-repeat right top;
	padding: 6px 15px 2px 7px;
	color: #555;
}
#navigation a:hover span {
	color: black;
}
#navigation a:hover {
	background-position: 0% -28px;
}
#navigation a:hover span {
	background-position: 100% -28px;
}

#navigation #active a {
	background: url("../img/nav_tab_2_left.gif") no-repeat left top;
}

#navigation #active span {
	background: url("../img/nav_tab_2_right.gif") no-repeat right top;
	color: #FFFFFF;
}

/*   SUB NAV */

#sub-navigation {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}

ul.dropdown, ul.dropdown li, ul.dropdown ul {list-style: none; margin: 0; padding: 0;}

ul.dropdown {position: relative; z-index: 10; float: left;}
ul.dropdown li {position: relative; float: left; line-height: 1em; vertical-align: middle; zoom: 1; line-height: normal; padding: 0; border-right:1px solid rgba(0,0,0,.2); border-left:1px solid rgba(255,255,255,.1);}

	/* Top LVL Link style */
	ul.dropdown a:link, ul.dropdown a:visited {
		text-decoration: none;
		color:#aaa;
		font:normal 14px 'Source Sans Pro', sans-serif;
		position: relative;
		line-height: 1em;
		text-shadow: 0 -1px 0 rgba(0,0,0,.8);
	}
	ul.dropdown a:hover, ul.dropdown li:hover > a.dir {
		color: white;
		text-decoration: none;
		background:#222;
		background:rgba(0,0,0,.2);
		transition: .1s all linear;
	}
	
	ul.dropdown li a {display: block; padding: 8px 10px;}

	ul.dropdown li.active a {color: white;}
	
	/* Sub LVL Link style */
	
	ul.dropdown ul a, ul.dropdown ul a:link, ul.dropdown ul a:visited {
		text-decoration: none;		
		background:#444;
		color:#efefef;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top:1px solid #555;
		border-bottom:1px solid #333;
		padding:5px 10px;
	}
	
	ul.dropdown ul a:hover {
		color: white;
		background:#555;
		text-decoration: none;
	}
	
	ul.dropdown ul {
		 visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598;		 		
		 /*SET SUB-MENU WIDTH*/
		 width: 150px;text-transform: none;
		-moz-box-shadow:    0 0 10px rgba(0,0,0,.7);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.7);
		box-shadow:         0 0 10px rgba(0,0,0,.7);
		z-index: 10;
	}
		 
	ul.dropdown ul li {float: none; background-color: transparent; color: #000; filter: none; border-left:0; border-right:0;}
	ul.dropdown ul ul {top: 1px; left: 99%;}
	ul.dropdown li:hover > ul {visibility: visible;}
	ul.dropdown li.dir {padding: 7px 20px 7px 14px;}
	ul.dropdown ul li.dir {padding-right: 15px;}
	ul.dropdown a.open {background-color: #2e2e2e; color: #76b900;}
	ul.dropdown ul a.open { background-color: #76b900; color: #fff;}

/*  ^ SUB NAV */

ul { list-style-type:circle; }
ul li { line-height:21px; }

ul.simpleList { list-style-type:none; margin:0 0 5px; padding:0; border-top:1px solid #999999; }
ul.simpleList li { line-height:21px; padding:3px; background:#F3F3F3; border-bottom:1px solid #D0D0D0; }
ul.simpleList li.alt { background:#ffffff; border-bottom:1px solid #D0D0D0; }

ul.simpleList ul.simpleList {  border-top:1px solid #D0D0D0; }
ul.simpleList li ul.simpleList { margin-left:15px; }

ul.clearList { list-style-type:none; margin:0 0 5px; padding:0; }
ul.clearList li { line-height:21px; padding:0; }

#body-cont {
	background-color: #ffffff;
	width: 980px;
	margin: 0 auto;
	padding: 1px 1px 30px;
	border:1px solid #505050;
	border-top:0;
	clear: both;
  	min-height:500px;
  	height:auto !important;
  	height:500px;
  	z-index: 0;
  	position: relative;
}

#flashMessage {
	background:#ffffff url(../img/flash_bkg.png) repeat-x top;
	width: 920px;
	margin: 0 auto;
	padding: 30px;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #999999;
	clear: both;
	font-size:1.4em;
}

.body-top {
	margin: 15px 15px 0;
	border: 1px solid #999999;
	background-color: #fcfcfc;
	background-image: url("../img/bkg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 11px;
}

.body-right {
	float: right;
	margin: 0;
	border: 1px solid #999999;
	padding:1px;
	background-color: #fcfcfc;
	background-image: url("../img/bkg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 11px;
}
.body-right-header {
	background-image: url("../img/button_color.gif");
	border: 1px solid #d8a530;
	color: #8E5D39;
	padding:3px 5px;
	margin:0;
}

.sub-sub-navigation ul, .sub-sub-navigation a.thickbox { list-style: none; float: right; margin: 0px; padding:0!important; display: inline-block; text-align: right;}
.sub-sub-navigation ul li.end, .sub-sub-navigation ul li { margin:0px 1px 1px 5px; float:right;}

blockquote { font-size:15px; padding:10px; }

input {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #666666;
	padding:2px;
}
select {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #666666;
	padding:2px;
}

.blue {
	background: #ffeeaf url(../img/button_color.gif) repeat-x bottom ;
	border: 1px solid #1165cf;
	color: #000000;
	padding: 3px;
	text-decoration:none;
}

.grey {
	background:#ffffff url(../img/button_grey.gif)  repeat-x bottom;
	border: 1px solid #ababab;
	color: #000000;
	padding: 3px;
	text-decoration:none;
}

a.blue, a:active.blue, a:visited.blue  { color:#8E5D39; text-decoration:none; padding:5px; }
a:hover.grey { color:#666666; }

a.grey, a:active.grey, a:visited.grey  { color:#000000; text-decoration:none; padding:5px; }
a:hover.grey { color:#666666; }

.body {
	padding:30px 30px 0;
	clear: right;
}
#footer-cont {
	clear: both;
	height: 93px;
}

.body p {
	margin-top: 15px;
	margin-bottom: 20px;
}

.body td.clear {
	border: 0;
}

label.view { display:block; border-bottom:1px solid #CCCCCC; padding:0 0 2px; margin:10px 0 2px; }
label {display:block; display:block; border:none; margin:5px 0 0; color:#666666; }
form input, form select { margin:0 0 5px; }

.popup { background:url(../img/popup-bkg.gif); padding:15px; }
.popup-body {
	border: 1px solid #666666;
	padding:1px;
	background-color: #fcfcfc;
	background-image: url("../img/bkg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}
.popup-header {
	background-image: url("../img/button_color.gif");
	border: 1px solid #d8a530;
	color: #8E5D39;
	padding:5px;
}

hr { height:1px; margin:5px 0; border:0; color:#CCCCCC; background-color:#CCCCCC; }

.error-message { color:red; font-weight:bold; }

/* SWFUpload classes */
.swfuploadbtn {
	display: block;
	width: 100px;
	padding: 0 0 0 20px;
}
.browsebtn { background: url(/img/icons/add.png) no-repeat 0 2px; }
.uploadbtn { 
	display: none;
	background: url(/img/icons/attach.png) no-repeat 0 2px; 
}
.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 4px;
	
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	
	overflow: hidden;
}
.swred /* Error */ {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.swgreen /* Current */  {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.swblue /* Complete */ {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.paging { 
	float:left; 
	font-size:10px;
	padding:20px 30px;
	color:#aaa;
}
.paging .disabled { }
div.paging div {
	display: inline;
}
.actions { float:right; }
th.actions, td.actions { float:none; text-align:right; }


/* Tooltip */
.xtraInfo th {
	border-bottom:1px solid #5f5f5f;
	color:#5f5f5f;
	font-size:9px;
	padding:0 5px;
}

.xtraInfo td {
	padding:0 5px;
}

#siteby {
	line-height:normal;
	vertical-align:middle;
	color:#aaa;
	margin: 0 auto;
	padding:7px;
	clear: both;
	font-size:11px;
	width:990px;
	margin:0 auto;
}

#siteby a {
	color:#aaa !important;
	margin-left:7px;
}

#siteby a:hover {
	text-decoration:underline;
	color:orange !important;
}

/*< Note:  Not added by designer.>*/
	.cursor-wait, .cursor-wait * {
		cursor:wait !important;
	}
	
	.vAlignMiddle, .vAlignMiddle * {
		margin:0px;
		padding:0px;
		vAlign:middle;
		vertical-align:middle;
	}
	
	.noWrap, .noWrap * {
		white-space:nowrap;
	}
	
	.bottomTots {
		float:right;
		margin-right:10px;
	}
	
	.bottomTots table {
	}
	
	.bottomTots th {
		font-weight:normal;
		padding:0 8px 4px 8px;
	}
	
	.bottomTots td {
		text-align:center;
		padding:2px 2px 8px 2px;
	}
	
	.bottomTots b {
		color:black;
		font-size:12px;
	}
	
	.bottomTots .note {
		text-align:left;
		border-top:1px dotted #CACACA;
		padding-top:12px;
		padding-left:6px;
	}
	
	#quickAdder .entry {
		background-color:#FFFF80;
		font-size:10px;
	}
	
	#quickAdder .entry input {
		font-size:18px;
		border:2px solid #CEA500;
		padding:1px 3px;
		margin-bottom:4px;
	}
	
	#quickAdder table {
		border-top:1px solid #D6AB00;
		border-bottom:1px solid #D6AB00;
	}
	
	#quickAdder table td {
		padding:4px 16px;
	}
	
	#quickAdder .entry input.inactive {
		background-color:#FFFFC0;
		bordercolor:#E7E7A8
	}
	
	.button, .buttonspan a {
		background:url(/img/button-footer-bg.gif) repeat-x top left #CFD0D1;
		color:#333;
		text-decoration:none;
		font-size:12px;
		padding:2px 6px;
		border:1px solid #3F3F3F;
		-moz-border-radius: 4px;
	   -webkit-border-radius: 4px;
		border-bottom-width:2px;
		border-right-width:2px;
	}
	
	.button:hover, .buttonspan a:hover {
		border-color:#2f2f2f;
		background-image:none;
		background-color:#ffff99;
		color:black;
	}
	
	.whiteHover:hover {
		background-color:white !important;
	}
/*</Note:  Not added by designer.>*/